WINDOW TO BACK

This command will move the application window to the back of the current Z order

  Syntax
WINDOW TO BACK
WINDOW TO BACK Window Name
  Parameters
Window Name
String
The name of the window to move in Z order

  Returns

This command does not return a value.

  Example Code
set window on
print "sending window to the back"
window to back
wait 1000*5
window to front
print "sending window to the front"
do
loop
end
  See also

DISPLAY Commands Menu
Index